home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Super PC 34
/
Super PC 34 (Shareware).iso
/
spc
/
UTIL
/
DJGPP2
/
V2
/
DJTST200.ZIP
/
tests
/
libc
/
ansi
/
math
/
paranoia
/
makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1996-01-29
|
258 b
|
14 lines
all:: paranoia.exe
@rem.com
LIBRARY_PATH := ../../../../../lib
C_INCLUDE_PATH := ../../../../../include
export LIBRARY_PATH
export C_INCLUDE_PATH
paranoia.exe: paranoia.c
gcc -Wall -g -o paranoia.exe paranoia.c
test: paranoia.exe
paranoia